toggle menu
Adswizz SDK API
0.6.5
jvm
switch theme
search in API
Adswizz SDK API
/
com.ad.core.adData
Package-level
declarations
Types
Types
Ad
Data
Link copied to clipboard
data
class
AdData
(
val
id
:
String
,
val
title
:
String
,
val
duration
:
Duration
,
val
urls
:
List
<
MediaFile
>
)
Ad
Event
Link copied to clipboard
interface
AdEvent
Simple data class used to store information about the ad event.
Ad
Format
Link copied to clipboard
enum
AdFormat
:
Enum
<
AdFormat
>
Ad
Playing
State
Link copied to clipboard
enum
AdPlayingState
:
Enum
<
AdPlayingState
>
Ad
Response
Item
Link copied to clipboard
data
class
AdResponseItem
(
val
payload
:
ByteArray
,
val
adData
:
AdData
)